Click or drag to resize

RelativeYearlyRecurrencePattern Constructor (Month, IListDayOfWeek, DayOfWeekIndex)

Initializes a new instance of the RelativeYearlyRecurrencePattern class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public RelativeYearlyRecurrencePattern(
	Month month,
	IList<DayOfWeek> days,
	DayOfWeekIndex dayIndex
)

Parameters

month
Type: Independentsoft.ExchangeMonth
days
Type: System.Collections.GenericIListDayOfWeek
dayIndex
Type: Independentsoft.ExchangeDayOfWeekIndex
See Also